Package-level declarations
Types
Link copied to clipboard
Created by Fireblocks Ltd. on 29/11/2023.
Link copied to clipboard
interface FireblocksJoinWalletHandler
Created by Fireblocks Ltd. on 20/11/2023. This interface is used to handle join wallet requests as a destination device. It is notified when a request was made to join a wallet and when a provisioner was found.
Link copied to clipboard
data class JoinWalletDescriptor(val requestId: String? = null, var provisionKeyId: String? = null, var algorithm: Algorithm? = null, var status: JoinWalletStatus? = null)
Information about the approval request to join an existing wallet or the join request to an existing wallet.
Link copied to clipboard